home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000058_fdc@columbia.edu_Sat Apr 27 16:59:50 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  40 lines

  1. Article: 13349 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: suggestion for future gui
  6. Date: 27 Apr 2002 16:59:10 -0400
  7. Organization: Columbia University
  8. Lines: 23
  9. Message-ID: <aaf3eu$dfp$1@watsol.cc.columbia.edu>
  10. References: <upu0le62e.fsf@att.net> <aaefrd$13d$1@watsol.cc.columbia.edu> <u662c97zp.fsf@att.net>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1019941151 10934 128.59.39.139 (27 Apr 2002 20:59:11 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 27 Apr 2002 20:59:11 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13349
  16.  
  17. In article <u662c97zp.fsf@att.net>,
  18. Thomas A. Horsley <tom.horsley@att.net> wrote:
  19. : >But you're talking about something else...  For example, people who use
  20. : >it mainly (or exclusively) for terminal emulation, in which settings must
  21. : >usually be dealt with -- which kind of terminal to emulate, what does the
  22. : >backspace key send, is the connection 7 or 8 bits, what screen dimensions,
  23. : >what character set, etc.
  24. : And not only terminal emulation settings. My biggest problem with getting to
  25. : my web host server was figuring out exactly how to use which ftp settings as
  26. : well. I think the one that confused me most was the "autologin" (which is
  27. : apparently on by default). I kept expecting to find some way to tell it the
  28. : user name to "autologin" as, but eventually figured out I could turn it off
  29. : and use the "user" command.
  30. :
  31. I think this behavior is pretty much like regular FTP clients.
  32.  
  33. : (For all I know there is some way to tell it the
  34. : user name, but I never found it :-).
  35. FTP OPEN foo.bar.baz /USER:blah
  36.  
  37. - Frank
  38.